Regular Expression Object (JScript 5.6)

An object that contains a regular expression pattern along with flags that identify how to apply the pattern.

re = /pattern/[flags]
re = new RegExp("pattern"[,"flags"]) 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageProperties

Expand imageMethods

Expand imageRequirements

Expand imageSee Also